'Declaration Public Overloads Function SortAsync( _ ByVal ParamArray sortDescriptions() As SortDescription _ ) As Task
public Task SortAsync( params SortDescription[] sortDescriptions )
Parameters
- sortDescriptions
- The sort descriptions that determine how the data will be sort.